TECDisposeSniffer
Disposes of a sniffer object.
pascal OSStatus TECDisposeSniffer ( TECSnifferObjectRef encodingSniffer);
encodingSniffer
- A pointer to the sniffer object you want to remove.
- function result
- A result code. See "Text Encoding Conversion Manager Result Codes" (page 42) for a list of possible values. If this function returns a result code other than
noErr
, then one of the conversion plug-ins accessed by the converter encountered an error condition.DISCUSSION
This function releases all memory associated with the sniffer object created by the functionTECCreateSniffer
(page 85).SEE ALSO
The functionTECCountAvailableSniffers
(page 83)The function
TECGetAvailableSniffers
(page 84)The function
TECSniffTextEncoding
(page 86)